Interface DialPeer

All Superinterfaces:
IPCObject
All Known Implementing Classes:
DialPeerImpl

public interface DialPeer extends IPCObject
Information provided by the PKI file:

    \class CDialPeer
    
    \brief CDialPeer holds and manipulates dial peers for VOIP.
    
    \example network().getDevice("Router0").getProcess("CMEProcess").getDialPeer(1)
    
Author:
Auto-generated
  • Method Details

    • getDialPeerTag

      int getDialPeerTag()
      Information provided by the PKI file:
      
          \brief Returns the dial peer tag.
          
          \returns int, the dial peer tag.
          
              
      Returns:
      int Returns a int
    • getDestLineNumber

      String getDestLineNumber()
      Information provided by the PKI file:
      
          \brief Returns the destination line number.
          
          \returns string, the destination line number.
          
              
      Returns:
      String Returns a String
    • setDestLineNumber

      void setDestLineNumber(String lineNum)
      Information provided by the PKI file:
      
          \brief Sets the destination line number.
          
          \param string, the destination line number to set this dial peer to.
          
              
      Parameters:
      lineNum - Takes in a parameter of lineNum